home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-16 | 743 b | 22 lines | [TEXT/GEOL] |
- Item 9819173 7-April-90 15:43PDT
-
- From: MIKE.VILOT ObjectWare, Michael Vilot,PRT
-
- To: DEREK White, Derek
-
- cc: CPLUS.DEV$ C++ Interest List--Developers
- CPLUS.APPLE$ C++ Interest List--Apple Employees
-
- Sub: Re: Private Base vs Priv.…
-
- You've got it basically correct. Neither are subtypes.
- However, the class X (with a private base) will be able
- to access the `protected' members of it's base class,
- since it is a derived class. See section 11.2 of the
- reference manual. Also, note the restriction in 11.3
- that adjusting access cannot _change_ the base class'
- decison regarding access.
-
- Mike
-
-